home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970104-19970326 / 000113_news@columbia.edu _Sun Jan 26 21:41:01 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id VAA15328
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sun, 26 Jan 1997 21:41:00 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id VAA03138
  7.     for kermit.misc@watsun; Sun, 26 Jan 1997 21:40:59 -0500 (EST)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Help with AlphaMicro Kermit
  12. Date: 27 Jan 1997 02:40:57 GMT
  13. Organization: Columbia University
  14. Lines: 25
  15. Message-ID: <5ch4jp$l0p$1@apakabar.cc.columbia.edu>
  16. References: <32EBDA56.14F@rt66.com>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:6464
  19.  
  20. In article <32EBDA56.14F@rt66.com>, Donald R. Donigan <donigan@rt66.com> wrote:
  21. : I have an Alpha Micro 1000E that is running AMOS/L Version 1.3D(165)-5
  22. : and has a version of Kermit on it called Alpha-Kermit Version 2.0(23).
  23. : This version of Kermit was written by an outfit called Soft Machines.
  24. : This machine is connected via direct serial port at 9600 baud to an 
  25. : Intell P-166 running SCO Openserver Release 5. I have C-Kermit 6.0.192
  26. : running on the SCO box, built with "make sco32v5" as per the INS file.
  27. : The problem is that when I attempt to send certain types of files from 
  28. : the Alpha, right after the send packet, I get a break packet and no file 
  29. : file transfer takes place.
  30. :
  31. This probably indicates that Alpha Micro Kermit is not able to open the
  32. file successfully.
  33.  
  34. : I have written scripts to automate the 
  35. : process of moving files from the Alpha to the SCO systems and have moved 
  36. : literaly thousands of files......EXCEPT *.MAS, *.DAT (some of then at 
  37. : least), *.IDA, *.IDX. I am attempting to transfer these files as BINARY 
  38. : as they are ISAM data files and indexed. 
  39. Maybe Alpha Micro Kermit can't open ISAM files?
  40.  
  41. - Frank